added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSASPNETCurrentOnlineUserList / CSASPNETCurrentOnlineUserList.csproj
blob9fdb87c287fadd7bfdd769b574c641b4c5d81f6e
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{431E4A9F-F522-4435-9D7F-E0571D17AE2F}</ProjectGuid>
10     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11     <OutputType>Library</OutputType>
12     <AppDesignerFolder>Properties</AppDesignerFolder>
13     <RootNamespace>CSASPNETCurrentOnlineUserList</RootNamespace>
14     <AssemblyName>CSASPNETCurrentOnlineUserList</AssemblyName>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System" />
36     <Reference Include="System.Data" />
37     <Reference Include="System.Web" />
38     <Reference Include="System.Configuration" />
39     <Reference Include="System.XML" />
40   </ItemGroup>
41   <ItemGroup>
42     <Content Include="CheckUserOnlinePage.aspx" />
43     <Content Include="CurrentOnlineUserList.aspx" />
44     <Content Include="Login.aspx" />
45     <Content Include="Logout.aspx" />
46     <Content Include="ReadMe.txt" />
47     <Content Include="Web.config" />
48     <Content Include="Web.Debug.config">
49       <DependentUpon>Web.config</DependentUpon>
50     </Content>
51     <Content Include="Web.Release.config">
52       <DependentUpon>Web.config</DependentUpon>
53     </Content>
54   </ItemGroup>
55   <ItemGroup>
56     <Compile Include="CheckUserOnline.cs" />
57     <Compile Include="CheckUserOnlinePage.aspx.cs">
58       <DependentUpon>CheckUserOnlinePage.aspx</DependentUpon>
59       <SubType>ASPXCodeBehind</SubType>
60     </Compile>
61     <Compile Include="CheckUserOnlinePage.aspx.designer.cs">
62       <DependentUpon>CheckUserOnlinePage.aspx</DependentUpon>
63     </Compile>
64     <Compile Include="CurrentOnlineUserList.aspx.cs">
65       <DependentUpon>CurrentOnlineUserList.aspx</DependentUpon>
66       <SubType>ASPXCodeBehind</SubType>
67     </Compile>
68     <Compile Include="CurrentOnlineUserList.aspx.designer.cs">
69       <DependentUpon>CurrentOnlineUserList.aspx</DependentUpon>
70     </Compile>
71     <Compile Include="DataTableForCurrentOnlineUser.cs" />
72     <Compile Include="Login.aspx.cs">
73       <DependentUpon>Login.aspx</DependentUpon>
74       <SubType>ASPXCodeBehind</SubType>
75     </Compile>
76     <Compile Include="Login.aspx.designer.cs">
77       <DependentUpon>Login.aspx</DependentUpon>
78     </Compile>
79     <Compile Include="Logout.aspx.cs">
80       <DependentUpon>Logout.aspx</DependentUpon>
81       <SubType>ASPXCodeBehind</SubType>
82     </Compile>
83     <Compile Include="Logout.aspx.designer.cs">
84       <DependentUpon>Logout.aspx</DependentUpon>
85     </Compile>
86     <Compile Include="Properties\AssemblyInfo.cs" />
87     <Compile Include="UserEntity.cs" />
88   </ItemGroup>
89   <ItemGroup>
90     <Folder Include="App_Data\" />
91   </ItemGroup>
92   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
93   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
94   <ProjectExtensions>
95     <VisualStudio>
96       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
97         <WebProjectProperties>
98           <UseIIS>False</UseIIS>
99           <AutoAssignPort>True</AutoAssignPort>
100           <DevelopmentServerPort>30594</DevelopmentServerPort>
101           <DevelopmentServerVPath>/</DevelopmentServerVPath>
102           <IISUrl>
103           </IISUrl>
104           <NTLMAuthentication>False</NTLMAuthentication>
105           <UseCustomServer>False</UseCustomServer>
106           <CustomServerUrl>
107           </CustomServerUrl>
108           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
109         </WebProjectProperties>
110       </FlavorProperties>
111     </VisualStudio>
112   </ProjectExtensions>
113   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
114        Other similar extension points exist, see Microsoft.Common.targets.
115   <Target Name="BeforeBuild">
116   </Target>
117   <Target Name="AfterBuild">
118   </Target>
119   -->
120 </Project>